Skip to main content

DeviceWrite

DeviceWrite[device,val] writes the value val to the specified device.

DeviceWrite[device,{val1,val2,…}] writes the sequence of values vali to the specified device.

DeviceWrite[device,param->val] writes val as the value of the parameter param.

DeviceWrite[device,{param1->val1,param2->val2,…}] writes values of several parameters.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.